{ "version": 4, "terraform_version": "1.8.2", "serial": 536, "lineage": "3a25e2ed-fbb3-060b-a3ea-77170049df9f", "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-301267cff3b1c3847", "ami": "ami-e731c03c", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-38b8c3c9"], "subnet_id": "subnet-b4cf58f7", "key_name": "prod-deploy-key" } } ] } ] }