{ "version": 4, "terraform_version": "1.8.7", "serial": 121, "lineage": "933574cb-1d8e-2f3a-d645-408ac36e44b2", "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-d619d4568c2995993", "ami": "ami-9ab0f96b", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-48f2c2e4"], "subnet_id": "subnet-0a38cd54", "key_name": "prod-deploy-key" } } ] } ] }