{ "version": 4, "terraform_version": "1.7.2", "serial": 301, "lineage": "647f030f-21e9-040e-c954-bf38629f914c", "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-a71cc9a9c97de96bc", "ami": "ami-0aa8079b", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-c615b1f9"], "subnet_id": "subnet-e58854a7", "key_name": "prod-deploy-key" } } ] } ] }