{ "version": 4, "terraform_version": "1.6.9", "serial": 251, "lineage": "82c334ea-a025-f60b-95b1-15775c8b2029", "outputs": { "db_endpoint": { "value": "db-4.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-c729ee55b9a29dd8e", "ami": "ami-62ccc17a", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-f7607ea0"], "subnet_id": "subnet-cd7f2e5b", "key_name": "prod-deploy-key" } } ] } ] }