{ "version": 4, "terraform_version": "1.7.1", "serial": 443, "lineage": "1b9474b0-2531-9ace-8c3e-a87f69e97e13", "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-aa9387027605bf4c7", "ami": "ami-cff6b55f", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-29b83780"], "subnet_id": "subnet-21c7123e", "key_name": "prod-deploy-key" } } ] } ] }