{ "version": 4, "terraform_version": "1.5.6", "serial": 349, "lineage": "787b84d9-e8e9-389f-2d1a-100b23ba1a03", "outputs": { "db_endpoint": { "value": "db-0.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-4aca6eb7d183711fa", "ami": "ami-fc375951", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-4aea3a83"], "subnet_id": "subnet-47d1c8b8", "key_name": "prod-deploy-key" } } ] } ] }