{ "version": 4, "terraform_version": "1.5.9", "serial": 509, "lineage": "33553bb6-20c7-1293-3b2f-fe930708ddc2", "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-482efbed96744f337", "ami": "ami-8e9e90e5", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-ca7a3bcb"], "subnet_id": "subnet-6f97e41f", "key_name": "prod-deploy-key" } } ] } ] }