{ "version": 4, "terraform_version": "1.6.3", "serial": 358, "lineage": "f8018b8e-fdd7-324a-0771-c2e45c9c378f", "outputs": { "db_endpoint": { "value": "db-4.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-478710fa29851f851", "ami": "ami-d094c910", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-7ab76d7e"], "subnet_id": "subnet-5bb5c5ce", "key_name": "prod-deploy-key" } } ] } ] }