{ "version": 4, "terraform_version": "1.6.1", "serial": 173, "lineage": "b1c4cd08-37fe-8a8c-66df-4b4438f9477c", "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-4dc12a6cb86865fdd", "ami": "ami-34924b4d", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-1115cdd4"], "subnet_id": "subnet-2838b63d", "key_name": "prod-deploy-key" } } ] } ] }