{ "version": 4, "terraform_version": "1.5.6", "serial": 344, "lineage": "f70d1cd3-183b-58a1-3e52-093dd424b7dc", "outputs": { "db_endpoint": { "value": "db-2.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-70f81ff41a5a97fd1", "ami": "ami-170072fd", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-ff25dfc6"], "subnet_id": "subnet-4f7f148a", "key_name": "prod-deploy-key" } } ] } ] }