{ "version": 4, "terraform_version": "1.5.6", "serial": 556, "lineage": "fe8eada8-b8e2-5aa4-46d4-25d528572646", "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-b772970c165796ba3", "ami": "ami-1fcff5a7", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-5c6646b0"], "subnet_id": "subnet-0fc1e8f5", "key_name": "prod-deploy-key" } } ] } ] }