{ "version": 4, "terraform_version": "1.7.6", "serial": 188, "lineage": "6c575f9f-f855-b6a8-89ad-286bcfb1a1c6", "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-02744abba2cd13eaa", "ami": "ami-5a3a7c85", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-8b7147ca"], "subnet_id": "subnet-b32932c3", "key_name": "prod-deploy-key" } } ] } ] }