{ "version": 4, "terraform_version": "1.7.3", "serial": 302, "lineage": "05dc495c-f400-7da7-2752-2e7b87ac68de", "outputs": { "db_endpoint": { "value": "db-2.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-1cd4af08f578b97f7", "ami": "ami-f503b6d4", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-7af631be"], "subnet_id": "subnet-aef10974", "key_name": "prod-deploy-key" } } ] } ] }