{ "version": 4, "terraform_version": "1.7.4", "serial": 569, "lineage": "f348cdbb-fb23-491d-5270-47cca1201a8e", "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-e45573daea4f7314f", "ami": "ami-0c5fcc4d", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-d4eade28"], "subnet_id": "subnet-86674f0f", "key_name": "prod-deploy-key" } } ] } ] }