{ "version": 4, "terraform_version": "1.5.4", "serial": 570, "lineage": "a13a16b7-5b99-6664-a3c5-1d14d6bcf919", "outputs": { "db_endpoint": { "value": "db-2.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-d385e21427c8d202f", "ami": "ami-bb6f0e31", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-eb7b2cf6"], "subnet_id": "subnet-4ea81744", "key_name": "prod-deploy-key" } } ] } ] }