{ "version": 4, "terraform_version": "1.8.2", "serial": 303, "lineage": "c9ee5877-86d9-e468-b9a6-f519d375d08e", "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-2ea77c91cf5d11be0", "ami": "ami-ac9eba78", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-99ce2c6d"], "subnet_id": "subnet-e390180b", "key_name": "prod-deploy-key" } } ] } ] }