{ "version": 4, "terraform_version": "1.8.5", "serial": 304, "lineage": "c1eddc13-5777-59db-714e-fc696f89cc34", "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-4b6ed795377400250", "ami": "ami-d2e1faf8", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-09e6c67a"], "subnet_id": "subnet-2aa515c9", "key_name": "prod-deploy-key" } } ] } ] }