{ "version": 4, "terraform_version": "1.6.7", "serial": 360, "lineage": "f1da54b9-fe43-bc4b-65e4-a050add14f1c", "outputs": { "db_endpoint": { "value": "db-1.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-850bbf5ffdb3256d6", "ami": "ami-549b57c6", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-9a8e7317"], "subnet_id": "subnet-33899585", "key_name": "prod-deploy-key" } } ] } ] }