{ "version": 4, "terraform_version": "1.6.2", "serial": 504, "lineage": "b6069c97-8102-d722-7738-9ef6a87518d6", "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-6dcab21f3b2d0e2ed", "ami": "ami-e35cfdf4", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-134dbc4c"], "subnet_id": "subnet-ad676259", "key_name": "prod-deploy-key" } } ] } ] }