{ "version": 4, "terraform_version": "1.7.1", "serial": 406, "lineage": "09301e6f-ca5c-e5f2-e929-38d48b0b3852", "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-121381b687b010a6f", "ami": "ami-42529eae", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-d5c06d11"], "subnet_id": "subnet-e7bcb79d", "key_name": "prod-deploy-key" } } ] } ] }