{ "version": 4, "terraform_version": "1.5.9", "serial": 308, "lineage": "5d06e17b-32ab-51db-a955-47a2c0aa3731", "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-d85c240efee642fc0", "ami": "ami-fded949d", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-da43e617"], "subnet_id": "subnet-da6ee6c0", "key_name": "prod-deploy-key" } } ] } ] }